const github.com/andybalholm/brotli.maxContextMapSymbols
8 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L867: var histogram [maxContextMapSymbols]uint32
brotli_bit_stream.go#L868: var depths [maxContextMapSymbols]byte
brotli_bit_stream.go#L869: var bits [maxContextMapSymbols]uint16
brotli_bit_stream.go#L880: histogram = [maxContextMapSymbols]uint32{}
brotli_bit_stream.go#L960: var histogram [maxContextMapSymbols]uint32
brotli_bit_stream.go#L961: var depths [maxContextMapSymbols]byte
brotli_bit_stream.go#L962: var bits [maxContextMapSymbols]uint16
constants.go#L22: const maxContextMapSymbols = (maxNumberOfBlockTypes + contextMapMaxRle)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |